This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Secure way to access Domino from internet! ~Sigmund Prenubergjip 30.Dec.03 04:38 PM a Web browser Domino Server 6.0.1Windows 2000
Yes i can help you.
1)You need to run HTTP task at your main server
2)Because HTTP is not a routable protocol you need that your relay server act as a reverse proxy server" ( Domino does not have reverse proxy feature).( Reverse proxy is like a proxy but it take requests from internet clients and distribute it to main server= one entry point = secure)
You can use "IBM Http server", or microsoft ISA , Websphere Edge server.. as reverse proxy
But it is expensive.I use Apache ( for windows 2000 ) configured as reverse proxy.
3)Active SSL at your main server and configured apache to use SSl (actually i work at this part ).